home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 10 / FM Towns Free Software Collection 10.iso / taropyon / exe / gohewin.bat < prev   
DOS Batch File  |  1995-05-12  |  320b  |  22 lines

  1. rem 
  2. rem CD-ROMベースHEwin 起動用バッチファイル
  3. rem 
  4.  
  5. CD \TAROPYON\EXE
  6.  
  7. chkcmd run386.exe
  8. if errorlevel == 9 goto _END
  9. if errorlevel == 1 goto _GO_2
  10.  
  11. rem    run386.exeにPATHが通っている
  12. :_GO_1
  13.     _gohewin.bat run386
  14.     goto _END
  15.  
  16. rem    run386.exeはルートにある
  17. :_GO_2
  18.     _gohewin.bat \run386
  19.     goto _END
  20.  
  21. :_END
  22.